home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 23
/
Amiga Format AFCD23 (Feb 1998, Issue 107).iso
/
-seriously_amiga-
/
shareware
/
graphics
/
povray3
/
povray3_fpu
/
scripts
/
picconv.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-12-12
|
298b
|
10 lines
/* Parse POV-Ray output filename into seperate path+name, extension */
parse ARG infile
parse var infile basename '.' ext
address command 'povray3:utils/'ext'toppm 'infile' >t:tempic'
address command 'povray3:utils/ppmtoilbm -24force t:tempic >'basename'.iff'
address command 'delete t:tempic'